IObserver.OnError(Exception) method¶
Defined in
Type: IObserverSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
TResult OnError(Exception exception)
Summary: Notifies the observer that an exception has occurred.
Parameters
| Name | Type | Description |
|---|---|---|
exception | Exception | The exception that occurred. |
Returns: TResult -- Result returned upon observation of an error.